.custom-check-travel {
  width: 16px !important;
}

.custom-label {
  font-size: 15px;
  font-weight: 500;
  font-family: inter;
}

.custom-rad {
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: #00000026 1.95px 1.95px 2.6px;
}

.header-radius {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  background-color: unset !important;
  border-bottom: none;
}

.custom-rad .card-header:first-child {
  border-radius: none;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  /* background-color: rgba(0, 0, 0, 0.03) !important; */
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}

.edit-summary {
  font-family: inter;
}

.plan-value {
  font-size: 1.2rem !important;
  background: linear-gradient(135deg, #1e293b 0%, #3b82f6 100%);
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.card-style {
  background-image: linear-gradient(to bottom right, #ecfeff, #eff6ff, #eef2ff);
  border-radius: 0.75rem;
  border: unset;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.card-buy-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  /* border-radius: 9999px; */
  outline-style: none;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  background-color: lightgray;
  display: flex;
  transition: all 0.5s ease;
  border-top-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.card-buy-btn:hover {
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  scale: 1.062;
}

.card-buy-btn .buy-btn-travel {
  display: none;
  font-size: 1rem;
  transition: all 0.5s ease;
}

.card-buy-btn:hover .buy-btn-travel {
  display: inline;
}

.card-buy-btn:hover {
  width: 4.5rem;
}

.sum-insured-style p {
  font-weight: 400 !important;
  letter-spacing: 0.02rem;
}

.badge {
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 1.4rem;
  background: linear-gradient(135deg, #245dbb 0%, #7490df 100%);
  color: white;
  gap: 5px;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

.benefit-card {
  /* border: 1px solid #e2e8f0; */
  border-radius: 16px;
  padding: 10px;
  height: 100%;
  transition: all 0.8s ease;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.benefit-card:hover {
  transform: translateY(-4px);
  /* border-color: #63f163; */
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

.label-card {
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
  line-height: 35px;
}

.value-text {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.view-features-btn {
  background: none;
  border: none;
  color: #155dfc;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.view-features-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, #8b5cf6);
  transition: width 0.3s ease;
}

.view-features-btn:hover {
  color: #1d4ed8;
}

.view-features-btn:hover::after {
  width: 100%;
}

.baggage-icon {
  color: #2563eb;
}

.trip-icon {
  color: #ef4444;
}

.passport-icon {
  color: #f59e0b;
}

.premium-icon {
  color: #059669;
}

.premium-card {
  background-color: #ecfdf5;
}

.loss-card {
  background-color: #fffbeb;
}

.trip-card {
  background-color: #fef2f2;
}

.baggage-card {
  background-color: #dcebff;
}

.plane-icon {
  color: #93c5fd;
}

.sum-insured-style .card-header {
  background-color: unset !important;
}

.sum-insured-style {
  background-image: linear-gradient(
    in oklab to bottom right,
    oklch(97% 0.014 254.604) 0%,
    oklch(97.7% 0.014 308.299) 100%
  );
  overflow: hidden;
}

.circle-gradient {
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 9999px;
  background-image: linear-gradient(
    to bottom right,
    rgba(191, 219, 254, 0.3),
    rgba(221, 214, 254, 0.3)
  );
  transform: translate(2.5rem, -2.5rem);
}

.gap-btn-card {
  margin-bottom: 31px;
}

.header-radius {
  font-size: 1.125rem;
  font-weight: 600;
}

.custom-border-filter {
  /* border-color: #e3d2b5;            */
  border: 1.5px solid #e3d2b5 !important;
  border-radius: 13px;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: system-ui !important;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000, 0 0 #0000,
    0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  background-color: color-mix(in oklab, #fff 60%, transparent);
}

.custom-border-filter:hover {
  border: 1.5px solid #bedbff !important;
  color: #2563eb !important;
  background-color: white !important;
}

.gap-content {
  gap: 20px;
}

.check-size {
  /* width: 16px !important; */
  width: calc(0.25rem * 4) !important;
}

.common-center{
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 768px) {
  .label-card {
    line-height: 23px;
  }
}

@media (max-width: 767px) {
  .custom-gap {
    row-gap: 15px;
  }
}
